content(plugins): add CentricMem - #35
Conversation
Proposed listing for the hosted librarian Skill: connect via /connect?device=, never paste keys in chat. Co-authored-by: Cursor <cursoragent@cursor.com>
There was a problem hiding this comment.
🟡 Changes recommended
The prompt references REFERENCE.md without a valid URL/path (it’s not at repo root), which can lead to an incorrect setup flow.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Adds a new content/ plugin entry for CentricMem (a hosted “librarian” for filing/searching Markdown cards via MCP) so it can be listed and served through grokbot.dev’s content collections and API.
Changes:
- Introduces a new plugin markdown entry with frontmatter metadata (category, install steps, prompt, links, pricing, timestamps, status).
- Documents the intended setup flow and operational boundaries (connect flow, no key pasting, no direct HTTP calls).
File summaries
| File | Description |
|---|---|
content/plugins/centricmem.md |
New plugin listing entry for CentricMem (frontmatter + description + usage instructions). |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| - "Install the Skill in the agent you already use: npx skills add zeyu-j/centricmem-skill --skill centricmem-agent -g" | ||
| - "Ask the agent to connect. It should send only a /connect?device= link (ten minutes). Enter the key on that page, then start a new chat." | ||
| - "Keep talking. When work is real the agent files cards on the hosted librarian via host MCP at https://mem.centricmem.com/mcp. Search and download originals on the dashboard." | ||
| prompt: "You are connecting this Grok Bot to the hosted CentricMem librarian. Read the Skill at https://github.com/zeyu-j/centricmem-skill/blob/main/skills/centricmem-agent/SKILL.md and REFERENCE.md before you invent a flow. Capture stays in this agent's own memory. CentricMem is the organise/retrieve layer: Markdown cards on https://mem.centricmem.com/mcp. If MCP tools are missing, run centricmem connect --device and send only the printed https://centricmem.com/connect?device= URL. I enter the default key or an extra key on that page. Never ask me to paste a key, token, or transcript jsonl into chat. Never curl librarian HTTP. Never bootstrap a local hub. Sweep into a named shelf, never Inbox. Confirm setup with health then ambient, then search for a recent decision if I have any." |
There was a problem hiding this comment.
Done. The prompt now points at the full URL https://github.com/zeyu-j/centricmem-skill/blob/main/skills/centricmem-agent/REFERENCE.md next to the SKILL.md URL.
Copilot flagged the bare filename; agents would not find skills/centricmem-agent/REFERENCE.md. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Done. The prompt now points at the full URL |
Hosted memory librarian for AI agents — Markdown cards over a host MCP endpoint, with a device-code connect flow so keys never land in chat. Verified: centricmem.com 200, github.com/zeyu-j/centricmem-skill 200 (active, ships .grok-plugin + SECURITY.md), mem.centricmem.com/mcp 401 (auth required, as expected). Not a duplicate of any existing plugin. Maintainer edits: status proposed -> live, verified_at added. Co-Authored-By: zeyu-j <zeyu-j@users.noreply.github.com> Co-Authored-By: CRHQ <noreply@crhq.ai>
|
Merged into main (commit Verification we ran before merging: centricmem.com → 200, github.com/zeyu-j/centricmem-skill → 200 (active, ships a Two maintainer-only edits applied on merge, which is normal and not a criticism of the PR: Worth saying plainly: the install steps and the prompt both refuse to let a key travel through a chat window, and route to a ten-minute device-code page instead. That is the part that made this an easy merge. Thank you for writing it that way, and for the listing generally. |
What this adds
CentricMem — plugin. Hosted librarian Skill so a Grok Bot files and searches Markdown cards over host MCP instead of treating chat memory as the store.
Checklist
content/(plus assets for this entry, if any).slugis kebab-case and exactly matches the filename.verified_atorstatus: live—status: proposed.npm run validateon Windows reports CRLF false positives across the existing corpus (status: "live\\r"). This file is LF. Schema/length checks for this entry: body 1471, prompt 783, tagline 62, install steps within 10–300.Where it came from
https://github.com/zeyu-j/centricmem-skill
https://centricmem.com
Made with Cursor